home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {app} / InstallData / Syntax / XML.ini < prev    next >
Encoding:
INI File  |  2008-10-21  |  882 b   |  42 lines

  1. [MultiHighlight]
  2. Syntax=
  3. File=
  4.  
  5. [Comment]
  6. 1=*************************************************************
  7. 2=<b>Syntax:</b> XML
  8. 3=<b>Author:</b> Rickard Johansson
  9. 4=<b>Version:</b> 1.1
  10. 5=<b>Date:</b> 2006-04-25
  11. 6=
  12. 7=<b>Recommended colors:</b>
  13. 8=String = <b>Red</b>
  14. 9=Symbols = <b>Teal</b>
  15. 10=DTD Keyword = <b>Purple</b>
  16. 11=Attribute Keyword = <b>Purple</b>
  17. 12=Numbers = <b>Black</b>
  18. 13=Text = <b>Black</b>
  19. 14=Hyperlink = <b>Fuchsia</b>
  20. 15=HeadTag = <b>Green</b>
  21. 16=Tag = <b>Blue</b>
  22. 17=
  23. 18=File extensions: <b>.xml</b>
  24. 19=*************************************************************
  25.  
  26. [Sample]
  27. 1=<?xml version="1.0" ?>
  28. 2=<!ATTLIST DOCUMENT author CDATA #IMPLIED >
  29. 3=<Contacts>
  30. 4=<Name>Donnald Duck</Name>
  31. 5=<PhoneNumber>555-1111</PhoneNumber>
  32. 6=<Homepage>http://dummy.net/index.htm</Homepage>
  33. 7=<Misc />
  34. 8=</Contacts>
  35. 9=
  36. 10=
  37. 11=
  38. 12=
  39. 13=
  40. 14=
  41.  
  42.